home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / SSIM.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  39 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="SSIM">
  4.   <description />
  5.   <filters>
  6.     <filter name="SSIM" category="Plugins to compare video quality" helpfile="ssim" type="clip">
  7.       <description>Filter to compare video quality (similar as psnr, but using a different video quality metric). An SSIM value is between 0 and 1, 1 meaning perfect quality. Note: if you use B frames under xvid, trim the first dummy frame of the xvid clip, and the last frame of the original clip.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip1" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description>reference clip</description>
  14.           <items />
  15.         </parameter>
  16.         <parameter name="clip2" type="clip" default="" max="0" min="0" step="0" optional="False" paramList="False">
  17.           <description>compressed clip</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="csv-file" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  21.           <description>results.csv is the file where obtained SSIM values will be written (this can be easily read in excel or notepad for those unfamiliar with the comma separated variables format) </description>
  22.           <items>
  23.             <item>results.csv</item>
  24.           </items>
  25.         </parameter>
  26.         <parameter name="txt-file" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  27.           <description>When the video is closed, the filter will write a file named "averageSSIM.txt" that will contain the global SSIM value.</description>
  28.           <items>
  29.             <item>averageSSIM.txt</item>
  30.           </items>
  31.         </parameter>
  32.         <parameter name="lumimask" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  33.           <description>"enhanced" method that weight these results by lumimasking.</description>
  34.           <items />
  35.         </parameter>
  36.       </parameters>
  37.     </filter>
  38.   </filters>
  39. </plugin>